home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / dev / e / ProcIdx.lha / ProcIdx / ProcIdx.readme < prev    next >
Text File  |  1997-01-20  |  1KB  |  54 lines

  1. Procedure Index  v1.0
  2. 2/5/96  By J. Tierney
  3.  
  4. Function
  5. -======-
  6.   Lists the line numbers of all procedures in an Amiga E source.  Also reports
  7. the total number of procedures.
  8.  
  9.  
  10. Usage
  11. -===-
  12.   ProcIdx [FROM] <filename> [TO <filename>]
  13.  
  14.     FROM - The E source file.  This argument is required, although the "FROM"
  15.           keyword is not.
  16.  
  17.     TO   - The file or device to send output to.  Optional; defaults to
  18.           "CONSOLE:".  The keyword "TO" is required if this option is used.
  19.  
  20.  
  21.   Example:  ProcIdx E:Source/MyUtils/ClipWrite.e
  22.  
  23.             main                            52
  24.             writeiff                        81
  25.             parsetext                       98
  26.  
  27.             Procedures:  3
  28.  
  29.  
  30. Bugs
  31. -==-
  32.   None known.
  33.  
  34.  
  35. Disclaimer
  36. -========-
  37.   No warranties, either expressed or implied.  The user assumes all
  38. responsibilites regarding the program's use/misuse.
  39.  
  40.  
  41. Copyright
  42. -=======-
  43.   None.  This program is Public Domain.
  44.  
  45. Author
  46. -====-
  47.      Jody Tierney
  48.    29118 Lark Street
  49. Elkhart, IN  46514-9579
  50.          USA
  51.  
  52. E-Mail:  jtierney@cyberlink-inc.com
  53.    WWW:  www.cyberlink-inc.com/jtierney
  54.